Skip to content

Latest commit

 

History

History
57 lines (32 loc) · 3.66 KB

Process-Peer Review-What Is Peer Review.md

File metadata and controls

57 lines (32 loc) · 3.66 KB

What is Peer Review?

The goal of Peer Review is to ensure all of SitePoint's articles are of the highest standards. It is also there to help authors with their writing through constructive feedback from the editor and fellow authors.

How does Peer Review work? Prior to contacting our editors and requesting access to their Peer Review processes, we recommend reading the following documents first:

Note: All of our Peer Review processes are completed via GitHub, therefore you must have a GitHub account to take part.

When a channel editor invites you to the repository of a channel, you'll be sent an invite email, but you can also accept the invitation via GithHub's UI by going to http://github.com/sitepoint-editors and clicking “View Invitation”. Acccepting a repo invite

Frequently Asked Questions (FAQ)

This section provides answers to the common questions we receive during the Peer Review process.

Q: I have code to include with my article. Where do I put it?

The files you talk about / develop, you should put into the post in code fences, like so:

<?php

$this->is('my_code');

The final demo code should be put into a GitHub repository on your own GitHub account. Your editor will then fork your repo into the official SitePoint account, so we can have a persistent copy of your code for future reference.

Q: Can I update the code I wrote?

Absolutely.

You can update it and just tell us about it, and we'll bring the fork into sync with your code. In cases of BC breaks or something incompatible with the article in which the code was presented, we'll make a disclaimer at the top, usually linking to the exact commit in which the code was when the post was published. Another approach is writing an “X revisited” tutorial in which you go through the changes, explain them, demonstrate them, and turn it all into a learning process. We would, of course, pay for a quality article about the process. This is the preferred method, but is only viable when the difference is noticeable enough.

Q: Can I repost work I published with SitePoint on my own blog?

We cover this in our Copyright section.

Q: Can I translate a post into my native language and host it on my blog / site?

We cover this in our Copyright section.

Q: I don't like giving sites my information and am against social network style hubs. Do I have to use GitHub?

Yes. Feel free to make an anonymous account just for the purpose of publishing your post if it makes you feel better.

Q: Are links allowed in the author bio?

Yes. Feel free to put whatever you want in there (within reason), as long as it doesn't exceed two short paragraphs and can't be deemed offensive to anyone.

Q: Does my author avatar have to be a mugshot? Can I upload a logo / illustration / etc?

Your profile picture must be a real photo of you, as we want authenticity. Should you feel an image of you will be an issue, please consult your editor about it.

If you have any other questions that aren't in this list, please get in touch with the specific channel editor.